home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / MDSPBS11.ZIP / DISK1.ZIP / README.TXT < prev    next >
Text File  |  1994-02-04  |  8KB  |  203 lines

  1.             Table of Contents
  2.             -----------------
  3.  
  4. I.    MDS PowerBase Overview
  5. II.    Installing the Software
  6. III.    ODBC Drivers    
  7.     
  8.             MDS PowerBase (Rel - 1.1) Overview
  9.             ----------------------------------
  10.  
  11. MDS PowerBase is a SQL database front-end tool which utilizes Microsoft's
  12. Open Database Connectivity (ODBC) interface to access database information.
  13. It's primary purpose is to enable you to easily access data in virtually 
  14. any Database Management System (DBMS) from a single tool using a common interface.  This makes
  15. MDS PowerBase unique compared to other tools which can only access data
  16. from only a single DBMS. 
  17.  
  18. For example, MDS PowerBase enables you to execute a SQL based query against
  19. a SQL Server DBMS, ORACLE DBMS, and Microsoft Access DBMS using the same
  20. easy to use interface without ever having to leave the program. In addition,
  21. as more database vendors support the ODBC interface, additional ODBC drivers
  22. will become available.  This will enable you to access additional DBMS's
  23. without having to purchase a new version of MDS PowerBase.
  24.  
  25. Look at some of the major features of MDS PowerBase:
  26.  
  27.    *  Access to an unlimited number of ODBC compliant database management
  28.       systems. 
  29.  
  30.    *  Create multiple queries with the ability to save and retreive the SQL
  31.       created thereby eliminating re-entry of commonly used SQL.
  32.  
  33.    *  Drag and Drop tables to automatically build SQL SELECT statements
  34.       against the tables.
  35.  
  36.    *  Drag and Drop stored procedures, triggers, and views directly from
  37.       a SQL Server database to view their text.
  38.  
  39.    *  SQL Script Facility Window which enables you to easily run queries
  40.       stored in one or more text files.
  41.  
  42.    *  View query results in result windows or have the results automatically
  43.       loaded to your favorite text editor.
  44.  
  45.    *  Easily build SQL SELECT statements against one or more tables
  46.       including WHERE, ORDER/GROUP BY, and JOIN criteria.
  47.  
  48.    And Much More........
  49.  
  50. MDS PowerBase is marketed under the Shareware concept.  This means you have
  51. 30 days to evaluate the product free of charge.  During this time you are
  52. encouraged to duplicate and re-distribute the product as you received it.
  53. If after 30 days, you'd like to continue using the product, the product must
  54. be registered.  Refer to the Registering MDS PowerBase Help Topic for
  55. information about registering the product.
  56.  
  57. The unregistered product you are evaluating has the following limitations
  58. and features disabled:
  59.  
  60.    *  Only 1 Query window is available for entering SQL
  61.  
  62.    *  Only 1 table can be selected at a time
  63.  
  64.    *  Table information is unavailable
  65.     
  66.    *  All Drag and Drop features including:
  67.     
  68.       *  Drag and Drop of tables to automatically create SQL SELECT
  69.          queries
  70.  
  71.       *  Drag and Drop of procedures, triggers, and views to view their
  72.          text
  73.  
  74.       *  Drag and Drop of text files to execute and/or view the SQL stored
  75.          within the files
  76.  
  77.    *  Executing SQL queries from the SQL Script Facility
  78.  
  79.    *  The SELECT ALL COLUMNS menu option which automatically builds a
  80.       SQL SELECT statement for all columns in the column list
  81.  
  82. After registering the product, all of the features within MDS PowerBase
  83. will be enabled.
  84.  
  85. You are encouraged to submit enhancement requests or comments about the
  86. product.  Future planned enhancements include:
  87.  
  88.     *  Database Maintenance Facility including support for many DML
  89.        SQL statements :
  90.  
  91.        * CREATE database objects (databases, tables, indexes, etc.)
  92.        * DROP database objects
  93.        * TRUNCATE tables
  94.        * Automatic creation of stored procedures (update, insert delete)
  95.          for tables
  96.  
  97.     *  Facility to easily create expressions and computed fields in SQL
  98.        queries (ie. SQRT(x), ABS(x), RIGHT(x), CURDATE(), etc.)
  99.  
  100.     *  Facility to view information about the datasource connected to
  101.        (ie.  Functions supported, Version Level, etc.)
  102.  
  103.     *  And more....
  104.  
  105. Please send all enhancement requests to:
  106.  
  107.     Analytical Solutions, Inc.
  108.     Attn: Mike Sachais
  109.     3857 Foxwood Rd.
  110.     Duluth, GA 30136
  111.      
  112.     
  113.                 Installing the Software
  114.                 -----------------------
  115.  
  116. NOTE:   If you have the VBRUN300.DLL already installed in your
  117.     WINDOWS\SYSTEM directory and it's date is greater than 4/28/93, you
  118.     must first rename the VBRUN300.DLL (i.e. change it to VBRUN300.OLD)
  119.     so that the Visual Basic installation program can install
  120.     the VBRUN300.DLL delivered with MDS PowerBase.
  121.  
  122.     After the MDS PowerBase installation process is complete,
  123.     you can delete the VBRUN300.DLL installed by MDS PowerBase
  124.     and re-name your later dated VBRUN300.DLL back to VBRUN300.DLL.
  125.     
  126. INSTALLING FROM ZIPPED (*.ZIP) FILES
  127. ------------------------------------
  128.     
  129. 1)  Make two directories on your hard drive.  One named DISK1, the
  130.     other named DISK2.
  131.  
  132. 2)  Unzip the file DISK1.ZIP into the directory named DISK1.
  133.         
  134. 3)  Unzip the file DISK2.ZIP into the directory named DISK2.
  135.     
  136. 4)  From within Windows, run the SETUP.EXE program in
  137.     the directory named DISK1.
  138.     
  139. 5)  Follow the setup instructions.
  140.     
  141. 6)  After the installation of the first disk is complete, you will
  142.     be prompted to install the ODBC component of MDS PowerBase.  This is
  143.     done by running (from within Windows) the SETUP.EXE program
  144.     in the directory named DISK2.
  145.  
  146.     Note:  If you install the SQL Server ODBC driver, you must install
  147.            the procedures delivered in the file INSTCAT.SQL which is on
  148.            the MDS PowerBase ODBC installation diskette (#2).  Each SQL
  149.            Server datasource must have the procedures loaded onto the
  150.            server.  Loading of procedures is usually done by your SQL
  151.            Server Administrator.
  152.         
  153. ****  Both SETUP.EXE programs must be run for MDS PowerBase to function.
  154.     
  155.                 
  156. INSTALLING FROM DISKETTES
  157. -------------------------
  158.     
  159. 1)  Place the MDS PowerBase Installation Diskette #1 into the
  160.     disk drive.
  161.  
  162. 2)  From within Windows, run the SETUP.EXE program on
  163.     the MDS PowerBase Installation Diskette #1.
  164.         
  165. 3)  Follow the setup instructions.
  166.     
  167. 4)  After the installation of the first disk is complete, you will
  168.     be prompted to install the ODBC component of MDS PowerBase.  This is
  169.     done by following steps 1-3 above except using the
  170.     MDS PowerBase Installation Diskette #2.
  171.         
  172.     Note:  If you install the SQL Server ODBC driver, you must install
  173.            the procedures delivered in the file INSTCAT.SQL which is on
  174.            the MDS PowerBase ODBC installation diskette (#2).  Each SQL
  175.            Server datasource must have the procedures loaded onto the
  176.            server.  Loading of procedures is usually done by your SQL
  177.            Server Administrator.
  178.         
  179. ****  Both SETUP.EXE programs must be run for MDS PowerBase to function.
  180.  
  181.     
  182.                  ODBC Drivers
  183.                  ------------
  184.  
  185. MDS PowerBase is delivered with two ODBC drivers.  They are for accessing
  186. Oracle and SQL Server Databases.  If you are currently using one of
  187. these two databases you will be able to use MDS PowerBase immediately 
  188. after installing it.  If you are using a different database, you will need
  189. to purchase the ODBC driver for that database if you do not already have it.
  190. You may already have it if for example, you are using Microsoft Access to
  191. access the database.  This is because Microsoft Access uses ODBC to access
  192. data from databases.
  193.  
  194. If you need to purchase an ODBC driver, most likely the vendor who developed
  195. the database you are using will sell the ODBC driver for that database.
  196. After installing MDS PowerBase, a text file named ODBCDRV.TXT will be copied
  197. to the directory you install MDS PowerBase into.  This text file lists
  198. various vendors of ODBC drivers, what database the drivers access, and
  199. who to call to get more information about the driver.
  200.  
  201.  
  202. ****  Thank you for evaluating MDS PowerBase  ****
  203.